home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
cellgame.swf
/
scripts
/
frame_2
/
PlaceObject2_9_4
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
245 b
|
13 lines
onClipEvent(enterFrame){
if(_name != "shot")
{
_root.actions.wrapAround(this);
if(getTimer() - shotTime > 1500)
{
removeMovieClip(this);
}
_X = _X + xSpeed;
_Y = _Y - ySpeed;
}
}